projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d11fba2
)
(make-frame): Don't call custom-initialize-frame.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 21 Apr 1997 03:57:23 +0000
(
03:57
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 21 Apr 1997 03:57:23 +0000
(
03:57
+0000)
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 9ad7e261521596043f2b0b34aa40744eac5b792c..b08fdc2c4b5b43b85435a5dcc8b1ddfa9421a626 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-458,8
+458,6
@@
on `after-make-frame-functions' are run with one arg, the newly created frame."
(interactive)
(run-hooks 'before-make-frame-hook)
(let ((frame (funcall frame-creation-function parameters)))
- (if (featurep 'cus-face)
- (custom-initialize-frame frame))
(run-hook-with-args 'after-make-frame-functions frame)
frame))